Dynamic Execution - определение. Что такое Dynamic Execution
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Dynamic Execution - определение

CPU PARADIGM IN WHICH A PROCESSOR EXECUTES INSTRUCTIONS IN AN ORDER BASED ON AVAILABILITY OF INPUT DATA/EXECUTION UNITS RATHER THAN ORIGINAL ORDER IN A PROGRAM, THUS AVOIDING IDLENESS WHILE WAITING FOR THE PRECEDING INSTRUCTION TO COMPLETE
Decoupled architecture; Out of Order execution; Out of order execution; Decoupled Architecture; OOOE; Oooe; OoOE; Out-of-order code execution; OOE; Dynamic execution; In-order processor; Out-of-order microprocessor; Out-of-order processor; Out-of-order CPU; Instruction dispatch
Найдено результатов: 967
Dynamic Execution         
<processor> A combination of techniques - {multiple branch prediction}, data flow analysis and speculative execution. Intel implemented Dynamic Execution in the P6 after analysing the execution of billions of lines of code. (1995-05-05)
Out-of-order execution         
In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program.
Execution (computing)         
  • This is a simple diagram illustrating the individual stages of the fetch-decode-execute cycle.
PROCESS BY WHICH A COMPUTER OR A VIRTUAL MACHINE PERFORMS THE INSTRUCTIONS OF A COMPUTER PROGRAM
Execution (program); Execution (computers); Execution context; Execution (software); Software execution; Invoke operator (computer programming)
Execution in computer and software engineering is the process by which a computer or virtual machine reads and acts on the instructions of a computer program. Each instruction of a program is a description of a particular action which must be carried out, in order for a specific problem to be solved.
Writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
A writ of execution (also known as an execution) is a court order granted to put in force a judgment of possession obtained by a plaintiff from a court. When issuing a writ of execution, a court typically will order a sheriff or other similar official to take possession of property owned by a judgment debtor.
writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
¦ noun Law a judicial order that a judgement be enforced.
writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
n. a court order to a sheriff to enforce a judgment by levying on real or personal property of a judgment debtor to obtain funds to satisfy the judgment amount (pay the winning plaintiff). See also: execution
Aerospool WT9 Dynamic         
  • Aerospool WT9 Dynamic with fixed landing gear
  • Aerospool WT9 Dynamic with retractable gear
  • Aerospool WT9 Dynamic in flight
LIGHT SPORT AIRCRAFT BY AEROSPOOL IN SLOVAKIA
Aerospool WT 9 Dynamic; Aerospool WT-9 Dynamic; Aerospool Dynamic
The Aerospool WT9 Dynamic is a Slovak ultralight and light-sport aircraft, designed and produced by Aerospool of Prievidza. The aircraft is supplied as a complete ready-to-fly-aircraft.
dynamic analysis         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
<programming> Evaluation of a program based on its execution. Dynamic analysis relies on executing a piece of software with selected test data. (1996-05-13)
Dynamic scoring         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
Dynamic scoring is a forecasting technique for government revenues, expenditures, and budget deficits that incorporates predictions about the behavior of people and organizations based on changes in fiscal policy, usually tax rates. Dynamic scoring depends on models of the behavior of economic agents which predict how they would react once the tax rate or other policy change goes into effect.
Dynamic programming         
PROBLEM OPTIMIZATION METHOD.
Dynamic programming/Implementations and Examples; Dynamic programming more explanation; Dynamic Programming; Dynamic parallelism; Dynamic optimization; List of algorithms that use dynamic programming
Dynamic programming is both a mathematical optimization method and a computer programming method. The method was developed by Richard Bellman in the 1950s and has found applications in numerous fields, from aerospace engineering to economics.

Википедия

Out-of-order execution

In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.